home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
inites
/
mdi.frm
< prev
next >
Wrap
Text File
|
1995-05-08
|
937b
|
36 lines
VERSION 2.00
Begin Form Mdi
AutoRedraw = -1 'True
BorderStyle = 0 'None
ClientHeight = 8340
ClientLeft = 2370
ClientTop = 2235
ClientWidth = 7365
ControlBox = 0 'False
FontBold = -1 'True
FontItalic = 0 'False
FontName = "Futura Md BT"
FontSize = 8.25
FontStrikethru = 0 'False
FontUnderline = -1 'True
Height = 8745
Left = 2310
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 556
ScaleMode = 3 'Pixel
ScaleWidth = 491
Top = 1890
Width = 7485
WindowState = 2 'Maximized
End
Option Explicit
Sub Form_Resize ()
Call FondEcran(Me, "TEST THE INI MANAGER")
TestIni.Show 1
End
End Sub